home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TABORTDLG / TABORTDLG.txt
Text File  |  1996-08-04  |  860b  |  47 lines

  1. object AbortDlg: TAbortDlg
  2.   Left = 364
  3.   Top = 178
  4.   BorderStyle = bsSingle
  5.   Caption = 'Printing'
  6.   ClientHeight = 80
  7.   ClientWidth = 138
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 76
  21.     Height = 13
  22.     Caption = 'Printing page'
  23.   end
  24.   object PageNum: TLabel
  25.     Left = 96
  26.     Top = 16
  27.     Width = 8
  28.     Height = 13
  29.     Caption = '1'
  30.   end
  31.   object CancelBtn: TBitBtn
  32.     Left = 8
  33.     Top = 44
  34.     Width = 121
  35.     Height = 27
  36.     Cancel = True
  37.     Caption = 'Abort Printing'
  38.     ModalResult = 2
  39.     TabOrder = 0
  40.     OnClick = CancelBtnClick
  41.     Margin = 2
  42.     NumGlyphs = 2
  43.     Spacing = -1
  44.     IsControl = True
  45.   end
  46. end
  47.